From b25a6bbf5df91fb0c9ee3fbcbcb7afa005ade6d8 Mon Sep 17 00:00:00 2001 From: Sebastian Kemper Date: Fri, 22 Dec 2017 23:05:59 +0100 Subject: [PATCH] asterisk-15.x: bump to 15.1.4 Signed-off-by: Sebastian Kemper --- net/asterisk-15.x/Makefile | 6 +++--- net/asterisk-15.x/patches/100-build-reproducibly.patch | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/net/asterisk-15.x/Makefile b/net/asterisk-15.x/Makefile index a379159..4540276 100644 --- a/net/asterisk-15.x/Makefile +++ b/net/asterisk-15.x/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=asterisk15 -PKG_VERSION:=15.1.3 -PKG_RELEASE:=2 +PKG_VERSION:=15.1.4 +PKG_RELEASE:=1 PKG_SOURCE:=asterisk-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://downloads.asterisk.org/pub/telephony/asterisk/releases -PKG_HASH:=cfd7c49e42878b4f7de5af7baa9f43d39476f70d1848e5f158409400c31a0c3a +PKG_HASH:=8ce3ffbff473410ae0ed0472adea22b01a20f9ec784ebfec51393282028acc16 PKG_BUILD_DIR:=$(BUILD_DIR)/asterisk-$(PKG_VERSION) PKG_BUILD_DEPENDS:=libxml2/host diff --git a/net/asterisk-15.x/patches/100-build-reproducibly.patch b/net/asterisk-15.x/patches/100-build-reproducibly.patch index 23e1f01..9f07666 100644 --- a/net/asterisk-15.x/patches/100-build-reproducibly.patch +++ b/net/asterisk-15.x/patches/100-build-reproducibly.patch @@ -1,6 +1,6 @@ --- a/build_tools/make_build_h +++ b/build_tools/make_build_h -@@ -5,6 +5,14 @@ +@@ -5,6 +5,14 @@ MACHINE=`uname -m | sed 's/\\\\/\\\\\\\ OS=`uname -s` USER=`id | awk -F")" '{print $1}'| awk -F"(" '{print $2}' | sed 's/\\\\/\\\\\\\\/g'` DATE=`date -u "+%Y-%m-%d %H:%M:%S"` @@ -17,7 +17,7 @@ * build.h --- a/Makefile +++ b/Makefile -@@ -465,7 +465,7 @@ +@@ -464,7 +464,7 @@ doc/core-en_US.xml: makeopts .lastclean @echo "" >> $@ @for x in $(MOD_SUBDIRS); do \ printf "$$x " ; \ -- 2.30.2